home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / thsfs.tgz / thsfs.tar / thsfs / README < prev    next >
Text File  |  1994-09-30  |  813b  |  36 lines

  1. This is a first test version of my ths filesystem for Linux.
  2. With this filesystem you can mount a normal DOS-
  3. filesystem or a DoubleSpace-filesystem. This
  4. is a read-only filesystem. You need a kernel version
  5. 1.1.12 or above. It's programmed for the old
  6. modutils.
  7.  
  8. to make the module type :
  9.  
  10. make dep
  11. make
  12.  
  13. Then there should be a module named ths.o
  14. Now type as root:
  15.  
  16. insmod ths.o
  17.  
  18. If you get now error messages you have to rebuild the kernel
  19. with the unknown functions in kernel/ksyms.c.
  20. You can mount a normal DOS-partition with
  21.  
  22. mount -t ths /dev/*** /mnt
  23.  
  24. or a CVF (Compressed Volume File) with
  25.  
  26. mount -t ths /dev/*** /mnt -o DBLSPACE.???
  27.  
  28. DBLSPACE.??? is the name of the CVF. Then you should be
  29. able to read the CVF.
  30.  
  31. Happy testing :-)
  32. If there are some problems:
  33. email to ths@ai-lab.fh-furtwangen.de
  34.  
  35. Thomas
  36.